C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridDetailRow<TItem> Class
Members
GridDetailRow<TItem> Class
Row that shows the details of the previous row.
Object Model
GridDetailRow<TItem> ClassGridCellFactory ClassFlexGrid ClassGridGroupRow ClassGridRow Class
Syntax
public class GridDetailRow<TItem> : GridRow 
where TItem: class
Type Parameters
TItem
Inheritance Hierarchy

System.Object
   C1.WinUI.Grid.GridRowCol
      C1.WinUI.Grid.GridRow
         C1.WinUI.Grid.GridDetailRow<TItem>

See Also